home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Univers Interactif 5
/
Univers Mac Interactif - Issue 05.iso
/
mac
/
dirjapon
/
takemura
/
take.dir
/
00011_Script_11
< prev
next >
Wrap
Text File
|
1995-08-11
|
299b
|
19 lines
on enterframe
global xsitu
if xsitu=1 then
set x=the castnum of sprite 10
set x=x+1
if x=8 then set x=1
set the castnum of sprite 10 to x
updatestage
end if
end
on poirot x
set z=the timer
repeat while the timer<z+x
updatestage
end repeat
end